HipTimerManager

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Static functions

addRenderTimer
IHipTimer addRenderTimer(IHipTimer timer)
Undocumented in source. Be warned that the author may not have intended to support it.
addTimer
IHipTimer addTimer(IHipTimer timer)
Undocumented in source. Be warned that the author may not have intended to support it.
clearSchedule
void clearSchedule()

This functions is used in development mode (should clear all the schedule after a hotreload)

getAccelerationFactor
float getAccelerationFactor()
Undocumented in source. Be warned that the author may not have intended to support it.
isPaused
bool isPaused()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()

Rendered on top of everything. Use it as a debug renderer

setAccelerationFactor
void setAccelerationFactor(float factor)
Undocumented in source. Be warned that the author may not have intended to support it.
setPaused
void setPaused(bool shouldPause)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(float delta)

Update saves the delta time to be used on the render

Meta